Search:

Type: Posts; User: Mannic

Search: Search took 0.01 seconds.

  1. Thanks, exactly what I needed. I found an...

    Thanks, exactly what I needed.

    I found an example here. Easy to understand, and just as expected.
  2. m_button.signal_clicked() This means: call...

    m_button.signal_clicked()

    This means: call member function signal_clicked() of class m_button.

    signal_clicked() returns an object of a class with a memberfunction named connect(). Is that...
  3. syntax help : m_button.signal_clicked().connect(sigc:...

    Hi.

    Will someone educate me on the correct terms/words for the following syntax so I can google for more info.


    ().connect(

    in:
Results 1 to 3 of 3